home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / internet / htmled32.zip / HTMLED32.EXE / 0 / RCDATA / TCUSTOMBUTTONEDITOR / TCUSTOMBUTTONEDITOR.txt
Text File  |  1996-04-01  |  1KB  |  84 lines

  1. object CustomButtonEditor: TCustomButtonEditor
  2.   Left = 99
  3.   Top = 64
  4.   BorderStyle = bsDialog
  5.   Caption = 'Edit Custom Button'
  6.   ClientHeight = 349
  7.   ClientWidth = 429
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label1: TLabel
  15.     Left = 14
  16.     Top = 54
  17.     Width = 74
  18.     Height = 13
  19.     Caption = 'Opening Tag'
  20.   end
  21.   object Label2: TLabel
  22.     Left = 14
  23.     Top = 8
  24.     Width = 67
  25.     Height = 13
  26.     Caption = 'Button Text'
  27.   end
  28.   object Label3: TLabel
  29.     Left = 14
  30.     Top = 207
  31.     Width = 68
  32.     Height = 13
  33.     Caption = 'Closing Tag'
  34.   end
  35.   object Memo: TMemo
  36.     Left = 13
  37.     Top = 70
  38.     Width = 404
  39.     Height = 127
  40.     ScrollBars = ssBoth
  41.     TabOrder = 1
  42.   end
  43.   object OKButton: TBitBtn
  44.     Left = 93
  45.     Top = 309
  46.     Width = 77
  47.     Height = 27
  48.     TabOrder = 3
  49.     Kind = bkOK
  50.   end
  51.   object CancelButton: TBitBtn
  52.     Left = 179
  53.     Top = 309
  54.     Width = 77
  55.     Height = 27
  56.     TabOrder = 4
  57.     Kind = bkCancel
  58.   end
  59.   object CaptionEdit: TEdit
  60.     Left = 14
  61.     Top = 24
  62.     Width = 121
  63.     Height = 20
  64.     TabOrder = 0
  65.   end
  66.   object Memo2: TMemo
  67.     Left = 14
  68.     Top = 222
  69.     Width = 405
  70.     Height = 75
  71.     ScrollBars = ssBoth
  72.     TabOrder = 2
  73.   end
  74.   object BitBtn1: TBitBtn
  75.     Left = 266
  76.     Top = 309
  77.     Width = 77
  78.     Height = 27
  79.     TabOrder = 5
  80.     OnClick = BitBtn1Click
  81.     Kind = bkHelp
  82.   end
  83. end
  84.